home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / xrobots / icon.h < prev    next >
Text File  |  1995-05-03  |  994b  |  23 lines

  1. /*
  2.  * icon.h  -- xrobots
  3.  *
  4.  * This icon is the courtesy of David Elliott (dce@icky.Sony.COM). 
  5.  * Thanks David!
  6.  */
  7. #define icon_width 32
  8. #define icon_height 32
  9. static char icon_bits[] = {
  10.    0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x80, 0x1d, 0xe0, 0x03, 0xb8,
  11.    0x35, 0x10, 0x04, 0xac, 0x6d, 0x08, 0x08, 0xb6, 0xd9, 0x4b, 0xc9, 0x9b,
  12.    0xb1, 0x0a, 0x48, 0x8d, 0x61, 0x2a, 0x4a, 0x86, 0x21, 0xca, 0x49, 0x84,
  13.    0xe1, 0x13, 0xc4, 0x87, 0x01, 0xe0, 0x03, 0x80, 0x01, 0x00, 0x00, 0x80,
  14.    0x01, 0xf8, 0x0f, 0x80, 0x01, 0x04, 0x10, 0x80, 0x01, 0xfa, 0x3f, 0x80,
  15.    0x01, 0x01, 0x4e, 0x80, 0x81, 0xfe, 0xff, 0x80, 0x81, 0x50, 0x85, 0x80,
  16.    0x81, 0xaa, 0xaa, 0x80, 0x81, 0x52, 0xa5, 0x80, 0x81, 0xa2, 0xa2, 0x80,
  17.    0x81, 0x46, 0xb1, 0x80, 0x81, 0x8a, 0xa8, 0x80, 0x81, 0x0a, 0xa8, 0x80,
  18.    0x81, 0x8a, 0xa8, 0x80, 0x81, 0x8b, 0xe8, 0x80, 0x01, 0x88, 0x08, 0x80,
  19.    0x01, 0x88, 0x08, 0x80, 0x01, 0x88, 0x08, 0x80, 0x01, 0xf8, 0x0f, 0x80,
  20.    0x01, 0x00, 0x00, 0x80, 0xff, 0xff, 0xff, 0xff};
  21.  
  22.  
  23.